INSTALL

Linux

1) First you have to build the libblendx.so library.

scons

2) And then you have to build the python bindings.

make

3) Set your environment variables correctly so that the python bindings
   can find the libblendx.so library. On Linux you just have to open up
   the shell and type in something like:

"export LD_LIBRARY_PATH=/the/path/to/the/folder/which/contains/libblendx.so/"

   After that you are ready to go! Open up blender, choose libblendx.so
   as the game engine plugin and press 'p' on a 3d window in blender.

